home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / dktoppub / digipad.zip / DIGIPAD.DOC next >
Text File  |  1994-03-01  |  15KB  |  307 lines

  1.  
  2.  
  3.                           DIGIPAD ELECTRONIC NOTE PAD
  4.                           """""""""""""""""""""""""""
  5.  
  6. DIGIPAD is the world's first auto-scrolling, digital notepad.  It was designed
  7. to be used for information-display in schools, offices, stores, libraries,
  8. museums, galleries, hospitals, etc., and to be used at trade shows, club
  9. meetings, and other activities in which an easy-to-edit, vibrant, ever changing
  10. on-screen display is desired.  Requirements:  IBM or compatible computer with
  11. EGA, VGA or SVGA monitor.  This program can not be properly operated with CGA
  12. or monochrome equipment.
  13.  
  14. To prepare your own text files, type your text into one of the three enclosed
  15. DET files.  This package contains three pairs of files with the file extensions
  16. DEB and DET.  Each such pair of files is called a DEB/DET module.  A DEB/DET
  17. module is always needed in order to display a notepad.  Choose whichever
  18. DEB/DET module you want to use, and load its DET file into your text editor or
  19. word processor.  If you want to start with the yellow notepad, choose PAD1.DET.
  20. To work with the cyan notepad select PAD2.DET; use PAD3.DET for the white note-
  21. pad.  Avoid having your word processing program "convert" the file into the
  22. word processor's special format.  You must maintain the file as a pure ASCII
  23. text file (often called a DOS text file).  Some word processing programs ask if
  24. you want to "convert" the file when you are loading it into the program.
  25. Others accept the file "as is" and perform the conversion when the file is
  26. saved, at which time you must be sure to save it as an ASCII or DOS text file.
  27.  
  28. Follow these steps:
  29.  
  30. A. Load the DET file into a word processor or text editor.
  31.  
  32. B. Note that the very first line is coded with 7 numbers.  This is the DET code
  33.    and it must not be changed at all.
  34.  
  35. C. Delete the information text which begins on the line following the DET code,
  36.    and set your word processor or text editor to a line-length of 48 charac-
  37.    ters.  This is the same as a word-wrap of 49.
  38.  
  39. D. Before typing, be sure to study the section named TEXT-ON-THE-LINES on page
  40.    two of this user guide.  This is extremely important.
  41.  
  42. E. Begin typing on line 2, leaving the top line, with its DET code, untouched.
  43.  
  44. F. After typing your text, save the file under its original name, being sure to
  45.    save it as an ASCII or DOS text file.  Refer to your word processor's manual
  46.    for information on this.  If you use the word processor's "default save" the
  47.    resulting DET file will not be usable.  If you use a text editor, rather
  48.    than a word processor, the default save should be an ASCII file.
  49.  
  50. Do not worry about "using up" the DET files.  They may be used over and over,
  51. and the text may be revised or replaced.  If you like, rename them or, better
  52. yet, make copies with new names.  For example, if you have a DEB/DET module
  53. named PAD1.DEB and PAD1.DET and you want to maintain the original text while
  54. making a new set with a new text, this is easy to do.  At your DOS prompt type:
  55.  
  56.                       COPY PAD1.DE? PAD1-A.DE? [Enter]
  57.  
  58. In a moment you will have two new files on your disk, named PAD1-A.DEB and
  59. PAD1-A.DET.  Delete the text from PAD1-A.DET and type in your new text and
  60. your job is done!
  61.  
  62.  
  63.                                      - 2 -
  64.  
  65.  
  66.  
  67.                                 THE BATCH FILE
  68.                                 ~~~~~~~~~~~~~~ 
  69. The way to run your display is with a batch file.  As you know, the demo is run
  70. with the batch file named GO.BAT.  Continue to use this exact batch file if you
  71. do not change the names of your DEB/DET modules.  If you change the names, or
  72. if you decide to use only one notepad, or if you obtain DEB/DET modules for
  73. additional notepads, the batch file will have to be modified.  Here is GO.BAT:
  74.  
  75. echo off
  76. digipad4
  77. xl-show pad1 pad2 pad3
  78. ega
  79. vga
  80.  
  81. You may modify the above, or write your own batch file in your word processor
  82. or text editor, being sure to save it as an ASCII file (DOS text file).  A
  83. batch file may have any name, as long as it has the file extension "BAT."
  84. Always begin with "echo off" to prevent the commands from appearing on-screen
  85. between steps.  Current versions of DOS allow the use of "@ echo off" but
  86. earlier versions of DOS did not recognize the @ symbol.  Therefore, if your
  87. batch file may be run with an older version of DOS, use "echo off" as it
  88. appears above in GO.BAT.
  89.  
  90. The line which reads "digipad4" loads our program DIGIPAD4.COM into the memory
  91. of the computer.  This program places the text onto the notepad's horizontal
  92. lines, and permits the use of stars, underlines and faces.  The line which
  93. begins with the word "xl-show" loads our program XL-SHOW.EXE which is the
  94. program which displays the text and graphics.  The words "pad1", "pad2" and
  95. "pad3" tell the program the names of the DEB/DET modules.  For example, if you
  96. want to omit the cyan notepad, remove the word "pad2" from the batch file.
  97. Then, when the text on the yellow notepad scrolls to the point at which the
  98. last line appears on-screen, the white notepad will appear.
  99.  
  100. Be sure to end your batch file with the last two lines of GO.BAT.  The commands
  101. "ega" and "vga" run our special programs EGA.COM and VGA.COM.  These restore
  102. your computer system's default font and video mode after the program ends and
  103. the display is turned off.
  104.  
  105.                                TEXT-ON-THE-LINES
  106.                                ~~~~~~~~~~~~~~~~~
  107. Your text will automatically be placed on the lines of the pads.  However, the
  108. lines will be broken between words unless you type the underline character
  109. (next to the 0 key) wherever you would normally press the space-bar.  Also, if
  110. the last letter on any line is not at position 48, add as many underline char-
  111. acters as are needed so there are 48 characters in each line.  At first this
  112. may be awkward, but after awhile it will become automatic.
  113.  
  114. This_is_an_example_of_a_line_of_text.___________
  115.  
  116. The above sentence contains 48 characters.  We had to add 11 underline
  117. characters after the period.  Notice the absence of blank spaces.  Any blank
  118. space will result in a broken horizontal line on the notepad.  The first time
  119. you display your own text file with the DIGIPAD program, you will most likely
  120. spot a few places where the lines of the notepad have missing segments.  To fix
  121. these, edit your text and add the necessary underline symbols where you may
  122. have inadvertently left blank spaces.
  123.  
  124.  
  125.                                      - 3 -
  126.  
  127.  
  128.  
  129.                                BOLD UNDERLINE
  130.                                ~~~~~~~~~~~~~~
  131. To underline a word use the back-slash symbol (\).  When your text is displayed
  132. this will be converted to underlining.
  133.  
  134. In_this_sentence_the_word_amazing_is_underlined.
  135. __________________________\\\\\\\_______________
  136.  
  137. Note that you have to use two lines of characters in order to underline a word.
  138. The first line has your text, and the next line consists of underline symbols
  139. (_) and back-slash symbols (\) where you want the bold underlining.  If you
  140. want to have a subject heading centered from left to right, and underlined, do
  141. it this way:
  142.  
  143. _____________________HEADING____________________
  144. ____________________\\\\\\\\\___________________
  145.  
  146. Each of the above lines contains 48 characters.  The 2nd line contains enough
  147. back-slash symbols so that the underline will be wider than the word "HEADING"
  148. because this gives a nicer appearance.
  149.  
  150.                                     STARS
  151.                                     ~~~~~
  152. To have a five-pointed star appear in your text use the tilde symbol (~).  This
  153. will be replaced with a star when the display appears on-screen.
  154.  
  155.                                     FACES
  156.                                     ~~~~~
  157. To type a male smiling face use the back-accent symbol followed by the pipe
  158. symbol as shown here: `|  To type a female smiling face type two curly brack-
  159. ets: {} These combinations will magically turn into faces when your text is
  160. displayed.  To add a waving hand, type the carat symbol ^ before the face. For
  161. example ^{} creates a waving female, whereas ^`| creates a waving male.
  162.  
  163. There is a third little smiling, waving guy which can not be typed with the use
  164. of any of your keyboard characters.  He is shown in Digital Note-Pad Number 3,
  165. and there are two ways to add him to your text.  Some text editors and word
  166. processors allow the use of extended characters.  Such "extra" characters are
  167. placed into the text by simultaneously pressing the Alt key and the keys on the
  168. numeric keypad.  To create this graphic use ALT+224, ALT+225, ALT+226.  If you
  169. can't manage that method, use block move ("cut and paste") to pick up the
  170. graphic from PAD3.DET.
  171.  
  172.                                  POINTING HAND
  173.                                  ~~~~~~~~~~~~~
  174. You may add a hand with a pointing finger wherever you want one.  Simply type
  175. a set of square brackets followed by the "greater than" symbol like this []>
  176. and when the text is displayed on-screen your pointing hand will appear.
  177.  
  178.                              UNAVAILABLE SYMBOLS
  179.                              ~~~~~~~~~~~~~~~~~~~
  180. The symbols \~`|{}^[]> may not appear within your text, for they will auto-
  181. matically turn into stars, underlines, parts of faces or pointing hands.  If
  182. you absolutely must use some of these symbols in your text, let us know which
  183. ones you need and we will make up a special version of the program for you.
  184. Please do not request this unless it is absolutely necessary.
  185.  
  186.  
  187.                                      - 4 -
  188.  
  189.  
  190.  
  191.                                  COMMAND OPTIONS
  192.                                  ~~~~~~~~~~~~~~~
  193. While the program is running, press the F1 key and a help box will appear
  194. listing command options.  You may rarely use these, but they are available if
  195. you need them.  Pressing F2 to shell to DOS allows you to temporarily exit the
  196. display, but your text will still be underlined, and some characters (such as
  197. the back-slash) will not appear when you type them.  It is recommended that you
  198. not use this option unless absolutely necessary.  Pressing F3 will lock the
  199. keyboard to prevent onlookers from stopping the display.  Pressing F3 a second
  200. time will unlock the keyboard.
  201.  
  202.                     YOUR RIGHTS TO COPY AND USE THIS PROGRAM
  203.                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204. The program, which consists of DIGIPAD4.COM, XL-SHOW.EXE, PAD1, PAD2 and PAD3
  205. DEB/DET modules, EGA.COM, VGA.COM, README.TXT GO.BAT and DIGIPAD.DOC, may be
  206. copied and distributed freely, posted on BBSs, listed in shareware catalogs and
  207. on CD ROM disks, as long as ALL the above files are included.  You may use the
  208. program on a trial basis for 30 days.  After that time you must discontinue use
  209. until you become a registered user.  See the registration form below for
  210. information on obtaining a license for use of the program.
  211.  
  212.                                  REGISTRATION
  213.                                  ~~~~~~~~~~~~
  214. To become a registered user and receive the latest version of the program plus
  215. additional DEB/DET modules for a greater variety of colored notepads, fill out
  216. the registration form and send it, with your check or money order to Rexxcom
  217. Systems at the address given.  If ordering from a country other than the
  218. U.S.A., you MUST pay by a check drawn on a bank which has offices in the
  219. U.S.A., or by International Money Order.
  220.  
  221.                                     XLSHOW
  222.                                     ~~~~~~
  223. XL-SHOW.EXE, the read/display program for DIGIPAD, is used in a separate
  224. program named XLSHOW for continuous display of on-screen newsletters, notices
  225. and topics, and is supplied with excellent DEB/DET modules, most of which are
  226. full screen-width, with a large variety of professional headings.  If you like
  227. DIGIPAD you will find many uses for XLSHOW as well.  You will receive an
  228. evaluation copy of XLSHOW, complete with more than ten DEB/DET modules, when
  229. you register DIGIPAD.
  230.  
  231.                                   DISCLAIMER
  232.                                   ~~~~~~~~~~
  233. All Rexxcom Systems programs are provided "as is" with no warranties whatsoever
  234. either expressed or implied, including without limitation, warranties of merch-
  235. antability or fitness for a particular purpose.  The entire risk as to the qua-
  236. lity and performance of the programs rests with the user.
  237.  
  238. You may leave EMail with comments or questions at the following addresses:
  239.  
  240. CompuServe: 72656,2764  GEnie: C.WIEDEMANN  Internet: 72656.2764@compuserve.com
  241.  
  242.                      Copyright (C) 1993 by Rexxcom Systems
  243.  
  244.                                 REXXCOM SYSTEMS
  245.                                   P.O. BOX 111
  246.                             SCHOOLEYS MTN., NJ 07870
  247.  
  248.  
  249.                            DIGIPAD REGISTRATION FORM
  250.                            """"""""""""""""""""""""""
  251.      Please enroll me as a registered user, and send me the following:
  252.  
  253.       Quantity              Software                    Fee     Subtotal
  254.       ~~~~~~~~              ~~~~~~~~                    ~~~     ~~~~~~~~
  255.  
  256.       ________     REGISTERED DIGIPAD SOFTWARE         19.95    ________
  257.                    Includes more notepad modules plus
  258.                    registered copy of DIGIPAD, plus evalu-
  259.                    ation copy of separate XLSHOW program.
  260.  
  261.           Registration includes a license to use DIGIPAD for non-
  262.           commercial use for 5 years.  Includes use at club meetings,
  263.           churches, synagogues, etc.
  264.                       
  265.       ________     COMMERCIAL LICENSE                  50.00    ________
  266.                    (For businesses, schools, government agencies)
  267.  
  268.           Commercial license permits use of DIGIPAD at stores, shops,
  269.           business offices, libraries, schools, trade-shows, and other
  270.           commercial, educational or government facilities, for 1 year.
  271.  
  272.  
  273.       ________     Add if you use 3.5" disks           1.OO     ________
  274.  
  275.                     Subtotal                                    ________
  276.                
  277.                     Sales Tax (NJ Adresses)                     ________
  278.  
  279.                     Shipping & Handling                         ________
  280.                      ($4.OO U.S.A. and Canada)
  281.                      ($1O.OO elsewhere)
  282.  
  283.           Non-U.S.A. orders MUST be paid by INTERNATIONAL MONEY ORDER or 
  284.           bank check drawn on a bank with OFFICES IN THE UNITED STATES. 
  285.           Payment MUST accompany all orders.
  286.                    
  287.                     Total Enclosed                              ________
  288.  
  289.      
  290.                  Name: _________________________________________
  291.  
  292.  Co. or School if any: _________________________________________
  293.  
  294.        Street Address: _________________________________________
  295.  
  296.      City, State, Zip: _________________________________________
  297.  
  298.               Country: _________________________________________
  299.  
  300.   Area code and Phone: _________________________________________
  301.  
  302.  
  303.                    Mail to: REXXCOM Systems
  304.                             P.O. Box 111
  305.                             Schooleys Mt., NJ 07870
  306.  
  307.